home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / PCDSS / TO2Binary.dcr / Internal_1.ls < prev    next >
Encoding:
Text File  |  2002-01-04  |  185 b   |  12 lines

  1. on exitFrame me
  2.   if the timer < 100 then
  3.     set the blend of sprite 4 to the timer
  4.   end if
  5.   if the timer > 240 then
  6.     go(3)
  7.     startTimer()
  8.   else
  9.     go(the frame)
  10.   end if
  11. end
  12.